home *** CD-ROM | disk | FTP | other *** search
/ Hot Metal Pro 4.0 / Hot Metal Pro 4.0.iso / HMPRO4 / shkwave.z / grasbar1.dcr / 00046_REDX.GIF.ls < prev    next >
Encoding:
Text File  |  1996-04-17  |  207 b   |  10 lines

  1. on mouseUp
  2.   set MC to mouseCast()
  3.   puppetSprite(9, 1)
  4.   if mouseCast() = MC then
  5.     set the castNum of sprite 9 to MC + 1
  6.     set the soundEnabled to not (the soundEnabled)
  7.     updateStage()
  8.   end if
  9. end
  10.